home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / objects / r3moveconstructor.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.7 KB  |  64 lines

  1.  
  2. // JavaScript wrapper for r3moveconstructor.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MOVECONSTRUCTOR_H = 1;
  7. include("real/objects/r3constructor.js")
  8.  
  9.  
  10. var R3CLID_MOVECONSTRUCTOR = 1811;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3MOVECONSTRUCTORA_Position = 1811500;
  19. function SetR3MOVECONSTRUCTORA_Position(value) {
  20.   R3Set(this.r3obj, R3MOVECONSTRUCTORA_Position, value, R3TID_VECTOR, 0); 
  21. }
  22.  
  23. function GetR3MOVECONSTRUCTORA_Position() {
  24.   return R3Get(this.r3obj, R3MOVECONSTRUCTORA_Position, R3TID_VECTOR, 0); 
  25. }
  26.  
  27. R3MOVECONSTRUCTORA_Direction = 1811501;
  28. function SetR3MOVECONSTRUCTORA_Direction(value) {
  29.   R3Set(this.r3obj, R3MOVECONSTRUCTORA_Direction, value, R3TID_VECTOR, 0); 
  30. }
  31.  
  32. function GetR3MOVECONSTRUCTORA_Direction() {
  33.   return R3Get(this.r3obj, R3MOVECONSTRUCTORA_Direction, R3TID_VECTOR, 0); 
  34. }
  35.  
  36. R3MOVECONSTRUCTORA_Delta = 1811502;
  37. function SetR3MOVECONSTRUCTORA_Delta(value) {
  38.   R3Set(this.r3obj, R3MOVECONSTRUCTORA_Delta, value, R3TID_VECTOR, 0); 
  39. }
  40.  
  41. function GetR3MOVECONSTRUCTORA_Delta() {
  42.   return R3Get(this.r3obj, R3MOVECONSTRUCTORA_Delta, R3TID_VECTOR, 0); 
  43. }
  44.  
  45.  
  46.  
  47. function r3Moveconstructor () { 
  48.    this.base = r3God;
  49.    if(arguments.length) {
  50.       this.base(R3CLID_MOVECONSTRUCTOR, arguments);
  51.    }
  52.    // Methods
  53.  
  54.    // Attributes
  55.    this.GetPosition=GetR3MOVECONSTRUCTORA_Position;
  56.    this.SetPosition=SetR3MOVECONSTRUCTORA_Position;
  57.    this.GetDirection=GetR3MOVECONSTRUCTORA_Direction;
  58.    this.SetDirection=SetR3MOVECONSTRUCTORA_Direction;
  59.    this.GetDelta=GetR3MOVECONSTRUCTORA_Delta;
  60.    this.SetDelta=SetR3MOVECONSTRUCTORA_Delta;
  61. }
  62.  
  63. r3Moveconstructor.prototype=new r3Constructor;
  64. // r3moveconstructor.h_H